home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Mac OS USB DDK_v1.0.1 / Examples / PrinterClassDriver / DummyCWStartup.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-03  |  123 b   |  14 lines  |  [TEXT/CWIE]

  1. /*
  2.     File: DummyCWStartup.c
  3.     By:    Rich Kubota
  4.     
  5.     
  6. */
  7.  
  8. extern void DRVRENTRY(void);
  9.  
  10. void __Startup__(void)
  11. {
  12.     DRVRENTRY();
  13. }
  14.